From: Richard M. Stallman Date: Sat, 3 Jan 2004 21:11:43 +0000 (+0000) Subject: (grep-mode-map): Don't remap next-line, previous-line. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24590 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b6d8cadb16c9f890f1464fb0094a7413c591c9c6;p=emacs.git (grep-mode-map): Don't remap next-line, previous-line. --- diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 35a5780aa45..cb8fcf6e042 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -157,8 +157,9 @@ The following place holders should be present in the string: (define-key map " " 'scroll-up) (define-key map "\^?" 'scroll-down) - (define-key map [remap next-line] 'compilation-next-error) - (define-key map [remap previous-line] 'compilation-previous-error) + ;; This is intolerable -- rms +;;; (define-key map [remap next-line] 'compilation-next-error) +;;; (define-key map [remap previous-line] 'compilation-previous-error) (define-key map "\r" 'compile-goto-error) ;; ? (define-key map "n" 'next-error-no-select)